home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Languages / RLaB 1.18c / misc / gnuplothelp / xtics < prev    next >
Encoding:
Text File  |  1994-10-22  |  651 b   |  23 lines  |  [TEXT/ttxt]

  1. xtics:
  2.  
  3. Synopsis: Sets the tics on the x-axis.
  4.  
  5. Syntax: xtics ( start, end, incr, I )
  6.         xtics (vector, I )
  7.         xtics ( I )
  8.  
  9. Description:
  10.  
  11.     The xtics() function sets the tics on the x-axis in the I:th plot-window. 
  12.     If it is used as xtics(start,end,incr,I), the tics will be set 
  13.     for plot-window I, starting from "start", ending at "end", 
  14.     with an increment of "incr". 
  15.     If, however, it is used as xtics([a,b,c,d],I), the tics will 
  16.     set at "a", "b", "c" and "d" in plot-window I. 
  17.     The command xtics(I) will reset the tics in plot-window I.
  18.     
  19.     If 'I' is not specified the default plot-window (0) is used.
  20.  
  21. See Also: noxtics, ytics, ztics
  22.  
  23.